Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Utility Functions /


JMShowPropsDialog

Displays a dialog box containing a session's security options.

OSStatus JMShowPropsDialog (JMAWTContextRef context);
context
An AWT context.
function result
A result code. See "JManager Result Codes" (page 108) for a list of result codes that JManager may return in this field.
DISCUSSION
You can view or change any of the security options in the dialog box. To use this function, you must first create an AWT context for it. This dialog box is potentially modeless; you cannot tell if the dialog box has completed or has gone away. You can use the JMGetSecurityOptions function to determine if any security options have changed.

SEE ALSO
The JMGetSecurityOptions function (page 58).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
23 APR 1997